home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2000 December / Internet News 2000-12 - CD-ROM.rar / IN200012.ISO / Tin / Autorun / MEDIA / Common / avvisoF.H < prev    next >
C/C++ Source or Header  |  2000-11-19  |  513b  |  21 lines

  1. /*
  2.  *    File:            avvisoF.H
  3.  *
  4.  *    Created by:      ButtonTool (version of Dec 23 1998; 16:40:53; PPC)
  5.  *    Date:            Monday, July 19, 1999; 10:05:32 AM
  6.  *    Author:          Elisa
  7.  *    Workstation:     Mac Elisa
  8.  *
  9.  */
  10.  
  11. #ifndef _avvisoF_H_
  12. #define _avvisoF_H_
  13.  
  14. enum
  15. {
  16.     BTN_avvisoF_1                                          =    0xE945C597,        // Avvio Installazione
  17.     BTN_avvisoF_2                                          =    0xE945C594        // Indietro
  18. } ;
  19.  
  20. #endif /*_avvisoF_H_*/
  21.